Package com.cisco.pt.ipc.ui
Interface GeoView
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
GeoViewImpl
Information provided by the PKI file:
\class GeoView
\brief GeoView handles and manipulates the Physical Workspace excluding the wiring closet.
\example appWindow().getActiveWorkspace().getGeoView()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidcenterOn(double dx, double dy) voidcenterOnGeoIconByName(String name) findGeoIconByDeviceName(String devName) getGeoIconByName(String name) getPhyObjForDevName(String name) voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
findGeoIconByDeviceName
- Parameters:
devName- Takes in a parameter of devName- Returns:
- GeoIcon Returns a GeoIcon
-
findGeoIconContainerInCurrentViewByDeviceName
- Parameters:
devName- Takes in a parameter of devName- Returns:
- GeoIcon Returns a GeoIcon
-
findGeoIconByPhysicalObjectName
- Parameters:
name- Takes in a parameter of name- Returns:
- GeoIcon Returns a GeoIcon
-
getGeoIconByName
- Parameters:
name- Takes in a parameter of name- Returns:
- GeoIcon Returns a GeoIcon
-
getPhyObjForDevName
- Parameters:
name- Takes in a parameter of name- Returns:
- PhysicalObject Returns a PhysicalObject
-
centerOn
void centerOn(double dx, double dy) - Parameters:
dx- Takes in a parameter of dxdy- Takes in a parameter of dy
-
centerOnGeoIconByName
- Parameters:
name- Takes in a parameter of name
-